All Questions
Tagged with web-servicesdocument-library
23 questions
5votes
4answers
3kviews
How to restore a previous document version via client-side API?
Is there a way to restore a previous version of a document, using client-side code? I've been looking at the REST API, Lists Web Service, and SPServices JS library, but couldn't find any methods for ...
2votes
1answer
459views
Best practice for calling web service from Sharepoint List Item Event Receiver
What is the recommended way to introduce the invocation of an ASP.NET web service from a SharePoint list item event receiver (specifically, a MOSS 2007 document library)? I don't want to tightly ...
2votes
2answers
4kviews
UpdateListItems throws "Cannot access a closed Stream."
I have been trying to find out the issue faced for some documents while uploading in libraries using list.asmx service in web application. The steps i follow: Uploads document using copy service. ...
0votes
1answer
574views
CRUD Tasks using Java via JERSEY REST
I am trying to create a rest webservice using Jersey library. I want to upload, get, delete and update a document in document library. Can someone link an example of simple crud. For some reason I ...
1vote
3answers
3kviews
Add metadata(columns data) to a file in Document Library using java. Sharepoint 2013
I'm new to sharepoint, I've created a web services where i post files to a document library but i also want to add metadata(columns data) 'Title' at the same time as i post the file using java. Is ...
0votes
1answer
4kviews
Retrieving metadata around documents in a library
This may come across as a novice question, but I was hoping to gain some direction or advice in how to query SharePoint 2013 to retrieve the metadata (document properties, including the Document ID ...
1vote
2answers
2kviews
SharePoint Web Services Create Document Library with Custom Template
I am trying to create a new Document Library using the SharePoint Lists web service. I can create a generic Document Library using the below SOAP: <soapenv:Envelope xmlns:soapenv="http://schemas....
3votes
2answers
2kviews
Render SharePoint 2010 web part inside iFrame (non SharePoint page)
I'm investigating the possibility to show a Web Part inside an iFrame - in a non SharePoint environment. We want to build an integration between a CRM sytem and SharePoint. We want to work with ...
8votes
2answers
2kviews
Script to automatically import documents from a network share on a regular schedule
I am new to SharePoint development. I am trying automate the task of: Uploading documents from a network share to a SharePoint document library. The related metadata for each of the files also need ...
1vote
2answers
1kviews
Create column using web services API
In Sharepoint 2010, is there a way to create a new column for a Document Library using the web services API?
1vote
0answers
96views
Changing a file in a document library with SharePoint web services
I'm trying to update a file in a document library using the SharePoint web service. The "CopyIntoItems" method from the "Copy" web service I use to upload new files returns an error if I try to ...
3votes
1answer
19kviews
How to access document library files via a webservice?
I've images that are stored in a Sharepoint document library, can these files be accessed using a Sharepoint webservice ? For sharepoint Lists a service is explosed via the '_vti_bin\Lists.acmxs' url, ...
1vote
0answers
278views
Update Document Library columns
How to update column values in Document Library while creating documents or after creating? I am adding a new document using the Copy web service. I tried using the Lists web service and Event ...
2votes
1answer
745views
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
0votes
1answer
109views
How to access the thumbnails of the documents in a document list?
I know the thumbnails exist, as when I use search, thumbnails appear next to my documents... But, when I use the "_vti_bin/Lists.asmx" webservice to access my list, the thumbnail is not one of the ...